Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Ingredient / Life Essence Recipes / Ingredient_Life_Essence_Tomato.json

Ingredient_Life_Essence_Tomato

Server/Item/Items/Ingredient/Life Essence Recipes/Ingredient_Life_Essence_Tomato.json, 755 B

Fields

FieldType
TranslationPropertiesobject
Variantboolean
Parentstring
ItemLevelnumber
Iconstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Life_Essence.name",
    "Description": "server.items.Ingredient_Life_Essence.description"
  },
  "Variant": true,
  "Parent": "Ingredient_Life_Essence",
  "ItemLevel": 9,
  "Icon": "Icons/ItemsGenerated/Ingredient_Life_Essence_Tomato.png",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Plant_Crop_Tomato_Item",
        "Quantity": 1
      }
    ],
    "Output": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "RequiredTierLevel": 6,
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Essence"
        ]
      }
    ],
    "OutputQuantity": 3
  }
}